home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Amiga Amateur Radio User Group / AARUG UK #81 (199x)(Amiga Amateur Radio User Group UK)(PD)[WB][G4DCV].zip / AARUG UK #81 (199x)(Amiga Amateur Radio User Group UK)(PD)[WB][G4DCV].adf / DisView / HOP < prev    next >
Text File  |  1995-05-21  |  3KB  |  78 lines

  1. ===                                                 DISview [518]
  2. hop
  3. ===
  4.  
  5. The 'hop' commands are used to test the connectivity of the
  6. network.
  7.  
  8. _________________________________________________________________
  9. hop check <nodename>
  10. _________________________________________________________________
  11. Initiate a hop check session to the specified host.  This uses a
  12. series of UDP probe packets with increasing IP time-to-live (TTL)
  13. fields to determine the sequence of gateways in the path to the 
  14. specified destination.  This function is patterned after the Unix
  15. 'traceroute' facility.
  16.  
  17. ICMP message tracing should be turned off before this command is
  18. executed (see the 'icmp trace' command).
  19.  
  20. >> Example of output from 'hop check ucsd.edu':
  21. .................................................................
  22. Resolving ucsd.edu... traceroute to 132.239.254.201:33434
  23.  1:158.152.123.251 dowrmain.demon.co.uk. (60 ms)(59 ms)(7 ms)
  24.  2:158.152.1.222   demon-du.demon.co.uk. (337 ms)(321 ms)(323 ms)
  25.  3:158.152.1.98    ermin.demon.co.uk. (339 ms)(290 ms)(261 ms)
  26.  4:158.152.1.92    wither.demon.co.uk. (323 ms)(272 ms)(278 ms)
  27.  5:144.228.22.21   sl-dc-2-S0-T1.sprintlink.net. (411 ms)(556 ms)
  28.                                                          (381 ms)
  29.  6:144.228.20.6    sl-dc-6-F0/0.sprintlink.net. (372 ms)(404 ms)
  30.                                                          (380 ms)
  31.  7:144.228.10.34   sl-pen-1-H2/0-T3.sprintlink.net. (369 ms)
  32.                                                 (449 ms) (323 ms)
  33.  8:144.228.60.2    sl-pen-2-F0/0.sprintlink.net. (374 ms)(435 ms)
  34.                                                          (362 ms)
  35.  9:192.157.69.5    sprintnap.cerf.net. (396 ms)(380 ms)(334 ms)
  36. 10:134.24.17.100   sdsc-nynap-atm-ds3.cerf.net. (442 ms)(536 ms)
  37.                                                          (599 ms)
  38. 11:132.239.254.201 ucsd.edu. (456 ms)(483 ms)(442 ms)
  39. traceroute done: normal (Unreachable Port)
  40. Hit enter to continue
  41. .................................................................
  42.  
  43.  
  44. _________________________________________________________________
  45. hop maxttl [<hops>]                                   Default: 30
  46. _________________________________________________________________
  47. Display or set the maximum TTL value to be used in hop check
  48. sessions.  This effectively bounds the radius of the search.
  49.  
  50. >> Example:  hop maxttl 10
  51.  
  52.  
  53. _________________________________________________________________
  54. hop maxwait [<seconds>]                                Default: 5
  55. _________________________________________________________________
  56. Display or set the maximum interval that a hop check session will
  57. wait for responses at each stage of the trace.
  58.  
  59. >> Example: hop maxwait 60
  60.  
  61.  
  62. _________________________________________________________________
  63. hop queries [<count>]                                  Default: 3
  64. _________________________________________________________________
  65. Display or set the number of UDP probes that will be sent at each
  66. stage of the trace.
  67.  
  68. >> Example:  hop queries 2
  69.  
  70.  
  71. _________________________________________________________________
  72. hop trace [on | off]                                 Default: off
  73. _________________________________________________________________
  74. Display or set the flag that controls the display of additional
  75. information during a hop check session.
  76.  
  77. >> Example:  hop trace on
  78.